type net/http.routingIndexKey

7 uses

	net/http (current package)
		routing_index.go#L19: 	segments map[routingIndexKey][]*pattern
		routing_index.go#L26: type routingIndexKey struct {
		routing_index.go#L36: 			idx.segments = map[routingIndexKey][]*pattern{}
		routing_index.go#L39: 			key := routingIndexKey{pos: pos, s: ""}
		routing_index.go#L87: 		return apply(idx.segments[routingIndexKey{s: "/", pos: len(pat.segments) - 1}])
		routing_index.go#L103: 			lpats := idx.segments[routingIndexKey{s: seg.s, pos: i}]
		routing_index.go#L104: 			wpats := idx.segments[routingIndexKey{s: "", pos: i}]